body{
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #ded2ad;
	background-image: url();
	background-position: left;
	background-repeat: repeat-y;
	font-family: Georgia, "Century Gothic", Verdana, sans-serif;
	color: #281c01;
	cursor: default;
	text-align: center;
	font-size: 14px;
	}
img {
	border:0;
	margin: 2px;
	padding:0;
	}
th {
	background:#3b838f;
	color:#FFF;
	font-weight:700;
	}
a {
	color:#100b00;
	text-decoration:none;
	border-bottom: #281c01 dotted 1px;
	}
a:hover {
	color:#281c01;
	text-decoration:none;
	border-bottom: #100b00 dashed 1px;
	cursor: ne-resize;
	}
ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
	}
#container{
	width: 994px;
	background-color:#fff;
	margin: 5px auto;
	}
.label {
	font-weight: bold;
	margin: 0px 6px;
	}
textarea {
	background-color: #ded2ad;
	color: #281c01;
	}
input {
	background-color: #ded2ad;
	color: #281c01;
	}
select {
	background-color: #ded2ad;
	color: #281c01;
	}
option {
	background-color: #ded2ad;
	color: #281c01;
	}
input .textbox {
	background-color: #ded2ad;
	color: #281c01;
	}
th {
	background-color: #cec099;
	color: #281c01;
	text-align: center;
	}
td {
	padding: 6px;
	border: #cec099 dashed 1px;
	}
/*HEADER & MAIN MENUS*/
#header {
	margin: 0px auto;
	padding: 0px;
	background-attachment: scroll;
	background-color: #cec099;
	background-image: url(images/teahdr.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/*Height and Width should match your header height and width;*/
	width: 100%;
	height: 200px;
	text-align: left;
	font-size: 36px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	}
#name {
	float: right;
	width: 50%;
	margin: 25px 15px;
	}
#slogan {
	font-size: 18px;
	font-style: italic;
	text-indent: 25px;
	}
/*GENERAL PAGE*/
#mainpage{
	margin: 6px 0px;
	padding: 2px;
	background-attachment: scroll;
	background-color: #fff8e2;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	overflow: auto;
	}
#leftindex{
	width:200px;
	float:left;
	}
#rightindex{
	margin-left: 202px;
	}
.block{
	margin-bottom: 6px;
	}
.block .title{
	border-top: 4px solid #cec099;
	border-bottom:1px solid #cec099;
	font-weight: bold;
	font-size:16px;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	}
.block .content{
	background-attachment: scroll;
	background-color: #fff8e2;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:6px 6px 12px;
	}
.newsbox {
	margin: 4px 0px;
	border: #cec099 dashed 1px;
	}
.newstitle {
	margin: 6px 0px;
	padding: 2px;
	border-bottom: #cec099 dotted 1px;
	font-weight: bold;
	}
.newstitle a {
	font-weight: normal;
	}
.newcontent {
	padding: 6px;
	}
.newsfoot {
	}
/*PROFILE PAGE*/
#profile{
	margin: 0px;
	padding: 0px
	}
#profile #biotitle {
	border-top: 4px solid #cec099;
	border-bottom:1px solid #cec099;
	font-weight: bold;
	font-size:16px;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	}
#profile #biocontent {
	margin: 6px auto 25px auto;
	width: 80%;
	}
#biocontent .label {
	width: 200px;
	float: left;
	margin: 0px 6px 0px 0px;
	text-align: right;
	font-weight: bold;
	}
#profile #sort{text-align:right;font-weight:700;color:#000;}
/*BROWSE PAGES*/
#alphabet {
	text-align: center;
	}
#alphabet a {
	margin: 5px 10px;
	}
#columncontainer {
	margin: 6px auto;
	width: 80%;
	}
.column {
	text-align: center;
	}
#sortform {
	text-align: center;
	margin: 15px auto;
	}
.sectionheader {
	border-top: 4px solid #cec099;
	border-bottom:1px solid #cec099;
	font-weight: bold;
	font-size:16px;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	text-align: center;
	}
.listbox {
	margin: 0px 12px 0px 12px;
	}
.listbox .title {
	border-top: 2px solid #cec099;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	}
.listbox .content {
	margin: 0px 4px 25px 4px;
	border: #cec099 dashed 1px;
	}
.listbox .label {
	font-weight: bold;
	margin: 0px 6px;
	}
#titleblock {
	margin: 0px 4px 6px 4px;
	border: #cec099 dashed 1px;
	}
#titleblock label {
	font-weight: bold;
	margin: 0px 6px;
	}
.odd .content {
	background-color: #dad3bf;
	}
.tail {
	margin: 6px auto;
	text-align: center;
	}
/*STORY INDEX*/
#pagetitle {
	border-top: 4px solid #cec099;
	border-bottom:1px solid #cec099;
	font-weight: bold;
	font-size:16px;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	text-align: center;
	}
#sort {
	margin: 0px 6px;
	text-align: right;
	}
.jumpmenu {
	margin: 0px;
	}
.notes .title{
	border-top: 4px solid #cec099;
	border-bottom:1px solid #cec099;
	font-weight: bold;
	font-size:16px;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	}
.noteinfo {
	text-indent: 25px;
	padding: 6px;
	border: #cec099 dashed 1px;
	}
.chapters {
	margin: 25px 12px 0px 12px;
	}
.chapters .title {
	border-top: 2px solid #cec099;
	background-attachment: scroll;
	background-color:#ded2ad;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	padding:2px 2px 2px 8px;
	}
.chapters .noteinfo {
	text-indent: 25px;
	padding: 6px;
	border: #cec099 dashed 1px;
	}
/*STORY PAGE*/
.storyinfo {
	margin: 0px 0px 6px 0px;
	padding: 6px;
	border: #cec099 dashed 1px;
	text-align: center;
	}
.jumpmenu {
	text-align: center;
	padding: 6px;
	}
#story {
	margin: 25px 6px;
	}
#storynav {
	margin: 2px auto;
	text-align: center;
	}
#prev {
	margin: 6px;
	padding: 10px;
	}
#toc {
	margin: 6px;
	padding: 10px;
	}
#next {
	margin: 6px;
	padding: 10px;
	}
.jumpmenu2 {
	text-align: center;
	padding: 6px;
	}
.respond {
	margin: 0px 0px 25px 0px;
	padding: 6px;
	border: #cec099 dashed 1px;
	text-align: center;
	}
/*ADMIN PAGES*/
#settingsform {
	width: 100%;
	margin: 4px auto;
	text-align: center;
	}
#settingsform form {
	margin: 0px auto;
	float: none;
	width: 95%;
	}
#settingsform label {
	float: left;
	width: 20%;
	}
#settingsform input {
	margin: 0px auto;
	}
#settingsform .textbox {
	margin: 0px;
	background-color: #ded2ad;
	color: #281c01;
	width: 75% !important;
	}
/*FOOTER*/
#footer{
	background-attachment: scroll;
	background-color: #cec099;
	background-image: url();
	background-position: top center;
	background-repeat: no-repeat;
	}
#footercon #disclaim {
	}
#footerbottom {
	text-align: center;
	background:#cec099 url() repeat-x bottom left;
	padding:5px 5px 10px;
	}
